Hello,
We have two CAS Server 2010 SP3 RU10 .. last night i was checking the IIS Configuration and i noticed the WEBConfig file on both servers are different
httpResponseStatus="Found"
this command is exist on CAS 2 .. but not CAS 1 >> is this normal ?
We are using HTTP redirect for our OWA and both configured well from the IIS Manager
CAS-1
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<httpRedirect enabled="true" destination="https://mail.contoso.com/owa" childOnly="true" httpResponseStatus="Found" />
</system.webServer>
</configuration>
CAS-2
<?xml version="1.0" encoding="UTF-8"?><configuration>
<system.webServer>
<httpRedirect enabled="true" destination="https://mail.contoso.com/owa" childOnly="true" />
</system.webServer>
</configuration>
- Edited by Sn0w_MOnkEY 18 hours 35 minutes ago